git status命令手册Show the changes to files in a git repository. Lists changed, added and deleted files compared to the currently checked-out commit. More information: https://git-scm.com/docs/git-status.
git status
git status -s
git status --untracked-files=no
git status -sb